Hi,
we have a problem with our server setup and the flag "use javascript when generating pages".
We have the Dominoserver (HTTP port 81) running behind an Apache Webserver (port 80).
If "use javascript" is turned off, everything works fine with the Domino URLs (e.g. my.domain.com/foo.nsf/5...28/f5...7f?Navigate&To=Next).
If we turn on "use java script", all hotspots, actions etc. will create a link with the click= query parameter (e.g. foo.nsf/by%20Thread?OpenView&Count=50&click=C...E.6...234/$ACTIONS/0.100). When you click on the link, the domino server returns a 303 Redirect to a new URL.
This new URL basically looks like the URLs generated, when "use java script" is turned off, except domino includes its "own" domainname and port (that is the redirect then looks like
http://my.domain.com:81/foo.nsf5...28/f5...7f?Navigate&To=Next)
Because of this, we haven't managed it to hide notes completely behind the webserver.
Does anyone have a solution for this? Or can the behaivor of the click= query parameter be configured in some way?
Thanks in advance,
Christoph